home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / Triton / Source / classes / framebox.pub3 < prev    next >
Text File  |  1998-05-23  |  300b  |  9 lines

  1. /* class_FrameBox */
  2.  
  3. #define TROB_FrameBox           (TRTG_CLS+0x32) /* A framing box */
  4.  
  5. #define TRFB_GROUPING           0x00000001L     /* A grouping box */
  6. #define TRFB_FRAMING            0x00000002L     /* A framing box */
  7. #define TRFB_TEXT               0x00000004L     /* A text container */
  8.  
  9.